const runtime.maxUint64
4 uses
runtime (current package)
string.go#L355: maxUint64 = ^uint64(0)
string.go#L356: maxInt64 = int64(maxUint64 >> 1)
string.go#L379: if un > maxUint64/10 {
string.go#L497: if un > maxUint64/m {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |